home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / QMS420.PP_ / qms420.ppd
PostScript Printer Description  |  1996-04-25  |  15KB  |  416 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS 420 Print System " versions 2011.21
  4. *% Date: 1/30/93
  5. *FormatVersion: "4.0"
  6. *FileVersion: "1.0"
  7. *PCFileName: "QMS420.PPD"
  8. *LanguageVersion: English
  9. *Product: "(QMS 420 Print System)"
  10. *PSVersion: "(2011.22) 15"
  11. *ModelName: "QMS 420 Print System"
  12. *NickName: "QMS 420 Print System v2011.22 r15"
  13.  
  14. *% ==== Options and Constraints ====
  15.  
  16. *OpenGroup: InstallableOptions/Options Installed
  17.  
  18. *OpenUI *Option1/Optional Input Tray: Boolean
  19. *DefaultOption1: False
  20. *Option1 True/Installed: ""
  21. *Option1 False/Not Installed: ""
  22. *CloseUI: *Option1
  23.  
  24. *CloseGroup: InstallableOptions
  25.  
  26. *UIConstraints: *Option1 False *InputSlot Lower
  27.  
  28. *% General Information and Defaults ===============
  29. *FreeVM: "1169523"
  30. *LanguageLevel: "2"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *VariablePaperSize: False
  34. *FileSystem: True
  35. *?FileSystem: "
  36.   statusdict begin diskonline 
  37.   {(True)}{(False)} ifelse = flush end"
  38. *End
  39. *Throughput: "4"
  40. *Password: "0"
  41. *ExitServer: "
  42.   count 0 eq {  % is the password on the stack?
  43.     true 
  44.   }{
  45.     dup    % potential password
  46.     statusdict begin checkpassword end not 
  47.   } ifelse 
  48.   {  %  if no password or not valid 
  49.     (WARNING : Cannot perform the exitserver command.) = 
  50.     (Password supplied is not valid.) = 
  51.     (Please contact the author of this software.) = flush
  52.     quit 
  53.   } if 
  54.   serverdict begin exitserver
  55. "
  56. *End
  57.  
  58. *Reset: "(WARNING : Cannot reset printer.) = "
  59.  
  60. *OpenUI *Resolution: PickOne
  61. *OrderDependency: 10 AnySetup *Resolution
  62. *DefaultResolution: 300dpi
  63. *SetResolution 300dpi: "
  64.   serverdict begin 0 exitserver
  65.   statusdict begin 300 setdefaultresolution end
  66. "
  67. *End
  68. *SetResolution 600dpi: "
  69.   serverdict begin 0 exitserver
  70.   statusdict begin 600 setdefaultresolution end
  71. "
  72. *End
  73.  
  74. *SetJobResolution 300x300dpi: "statusdict begin 300 setresolution end"
  75. *SetJobResolution 600x600dpi: "statusdict begin 600 setresolution end"
  76.  
  77. *?Resolution: "
  78. save
  79.   statusdict begin resolution end
  80.   128 string cvs dup print (x) print print (dpi) = flush
  81. restore
  82. "
  83. *End
  84. *CloseUI: *Resolution
  85.  
  86. *% Halftone Information ===============
  87. *ScreenFreq: "60.0"
  88. *ScreenAngle: "45.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: " {
  91. abs exch abs 2 copy add 1 gt 
  92.  {1 sub dup mul exch 1 sub dup mul add 1 sub }
  93.  {dup mul exch dup mul add 1 exch sub }
  94.  ifelse 
  95. }"
  96. *End
  97. *ScreenProc Line: "{ pop }"
  98. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99.  
  100. *DefaultTransfer: Null
  101. *Transfer Null: "{ }"
  102. *Transfer Null.Inverse: "{ 1 exch sub }"
  103.  
  104. *% Paper Handling ===================
  105.  
  106. *OpenUI *PageSize: PickOne
  107. *OrderDependency: 30 AnySetup *PageSize
  108. *DefaultPageSize: Letter
  109. *PageSize Letter: "statusdict begin lettertray end"
  110. *PageSize Legal: "statusdict begin legaltray end"
  111. *PageSize Executive: "statusdict begin executivetray end"
  112. *PageSize A4: "statusdict begin a4tray end"
  113. *PageSize B5: "statusdict begin b5tray end"
  114. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin envelopetray monarcenvelope  end"
  115. *PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin envelopetray com10envelope end"
  116. *PageSize Envelope.312.624/DL Envelope: "statusdict begin envelopetray dlenvelope end"
  117. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin envelopetray c5envelope end"
  118. *PageSize Envelope.279.639/Com9 Envelope: "statusdict begin envelopetray com9envelope end"
  119. *?PageSize: "
  120.  save statusdict begin
  121.   6 dict begin
  122.    /letter (Letter) def
  123.    /legal (Legal) def
  124.    /a4 (A4) def
  125.    /b5 (B5) def
  126.    /executivepage (Executive) def
  127.    /envelope (Envelope) def
  128.    papersize {
  129.      {load exec} stopped not{= flush}if
  130.    }{
  131.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  132.    }ifelse
  133.   end
  134.  end restore
  135. "
  136. *End
  137. *CloseUI: PageSize
  138.  
  139. *% These entries will set up the frame buffer. Usually used with manual feed.
  140. *OpenUI *PageRegion: PickOne
  141. *OrderDependency: 40 AnySetup *PageRegion
  142. *DefaultPageRegion: Letter
  143. *PageRegion Letter: "letter"
  144. *PageRegion Legal: "legal"
  145. *PageRegion Executive: "statusdict begin executivepage end"
  146. *PageRegion A4: "a4"
  147. *PageRegion B5: "b5"
  148. *PageRegion Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope end"
  149. *PageRegion Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope end"
  150. *PageRegion Envelope.312.624/DL Envelope: "statusdict begin dlenvelope end"
  151. *PageRegion Envelope.459.649/C5 Envelope: "statusdict begin c5envelope end"
  152. *PageRegion Envelope.279.639/Com9 Envelope: "statusdict begin com9envelope end"
  153. *CloseUI: *PageRegion
  154.  
  155. *% The following entries provide information about specific paper keywords.
  156. *DefaultImageableArea: Letter
  157. *ImageableArea Letter: "15 13 597 780 "
  158. *ImageableArea Legal: "15 14 589 995 "
  159. *ImageableArea Executive: "18 18 503 738"
  160. *ImageableArea A4: "16 11 579 831 "
  161. *ImageableArea B5: "18 12 497 717 "
  162. *ImageableArea Envelope.279.540/Monarch Envelope: "1 1 279 540"
  163. *ImageableArea Envelope.297.684/Common #10 Envelope: "1 1 297 684"
  164. *ImageableArea Envelope.312.624/DL Envelope: "1 1 312 623"
  165. *ImageableArea Envelope.459.649/C5 Envelope: "1 1 459 649"
  166. *ImageableArea Envelope.279.639/Com9 Envelope: "1 1 279 639"
  167. *?ImageableArea: "
  168.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  169.   newpath clippath pathbbox
  170.   4 -2 roll exch 2 {ceiling cvp} repeat
  171.   exch 2 {floor cvp} repeat flush
  172.  restore
  173. "
  174. *End
  175.  
  176.  
  177. *% These provide the physical dimensions of the paper (by keyword)
  178. *DefaultPaperDimension: Letter
  179. *PaperDimension Letter: "612 792"
  180. *PaperDimension Legal: "612 1008"
  181. *PaperDimension Executive: "540 756"
  182. *PaperDimension A4: "596 842"
  183. *PaperDimension B5: "516 729"
  184. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  185. *PaperDimension Envelope.297.684/Common #10 Envelope: "297 684"
  186. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  187. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  188. *PaperDimension Envelope.279.639/Com9 Envelope: "279 639"
  189.  
  190.  
  191. *DefaultOutputBin: Upper
  192.  
  193. *OpenUI *InputSlot: PickOne
  194. *OrderDependency: 20 AnySetup *InputSlot
  195. *DefaultInputSlot: Upper
  196. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  197. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  198. *%End
  199. *?InputSlot: "
  200.  save statusdict begin
  201.   2 dict begin
  202.    /2 (Lower) def
  203.    /1 (Upper) def
  204.    papertray
  205.      {( ) cvs cvn load exec} stopped not{= flush}if
  206.   end
  207.  end restore
  208. "
  209. *End
  210. *CloseUI: *InputSlot
  211.  
  212. *OpenUI *ManualFeed: Boolean
  213. *OrderDependency: 20 AnySetup *ManualFeed
  214. *DefaultManualFeed: False
  215. *ManualFeed True: "statusdict begin /manualfeed true store end"
  216. *ManualFeed False: "statusdict begin /manualfeed false store end"
  217. *?ManualFeed: "
  218.   statusdict /manualfeed get
  219.   {(True)}{(False)}ifelse = flush"
  220. *End
  221. *CloseUI: *ManualFeed
  222.  
  223. *DefaultOutputOrder: Normal
  224.  
  225. *% Font Information =====================
  226.  
  227. *DefaultFont: Courier
  228. *Font AvantGarde-Book: Standard "(001.002)"
  229. *Font AvantGarde-BookOblique: Standard "(001.002)"
  230. *Font AvantGarde-Demi: Standard "(001.003)"
  231. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  232. *Font Bookman-Demi: Standard "(001.001)"
  233. *Font Bookman-DemiItalic: Standard "(001.001)"
  234. *Font Bookman-Light: Standard "(001.001)"
  235. *Font Bookman-LightItalic: Standard "(001.001)"
  236. *Font Courier: Standard "(001.005)"
  237. *Font Courier-Bold: Standard "(001.005)"
  238. *Font Courier-BoldOblique: Standard "(001.005)"
  239. *Font Courier-Oblique: Standard "(001.005)"
  240. *Font Helvetica: Standard "(001.002)"
  241. *Font Helvetica-Bold: Standard "(001.002)"
  242. *Font Helvetica-BoldOblique: Standard "(001.002)"
  243. *Font Helvetica-Condensed: Standard "(001.001)"
  244. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  245. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  246. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  247. *Font Helvetica-Narrow: Standard "(001.002)"
  248. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  249. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  250. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  251. *Font Helvetica-Oblique: Standard "(001.002)"
  252. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  253. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  254. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  255. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  256. *Font Palatino-Bold: Standard "(001.002)"
  257. *Font Palatino-BoldItalic: Standard "(001.002)"
  258. *Font Palatino-Italic: Standard "(001.002)"
  259. *Font Palatino-Roman: Standard "(001.001)"
  260. *Font Symbol: Special "(001.003)"
  261. *Font Times-Bold: Standard "(001.002)"
  262. *Font Times-BoldItalic: Standard "(001.004)"
  263. *Font Times-Italic: Standard "(001.002)"
  264. *Font Times-Roman: Standard "(001.002)"
  265. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  266. *Font ZapfDingbats: Special "(001.002)"
  267.  
  268. *?FontQuery: "
  269. save  4 dict begin /sv exch def
  270. /str (fonts/                              ) def
  271. /st2 128 string def
  272. {
  273.   count 0 gt {
  274.     dup st2 cvs (/) print print (:) print
  275.     dup FontDirectory exch known {pop (Yes)}{
  276.      str exch st2 cvs dup length /len exch def
  277.      6 exch putinterval str 0 len 6 add getinterval mark exch
  278.      { } st2 filenameforall counttomark 0 gt {
  279.       cleartomark (Yes)}{cleartomark (No)}ifelse
  280.     }ifelse = flush
  281.   }{ exit } ifelse
  282. } bind loop
  283. (*) = flush
  284. sv end restore
  285. "
  286. *End
  287.  
  288. *?FontList: "
  289. save  2 dict begin /sv exch def
  290. /str 128 string def
  291. FontDirectory { pop == } bind forall flush
  292. /filenameforall where { 
  293.  pop save (fonts/*) { 
  294.   dup length 6 sub 6 exch getinterval cvn == 
  295.  } bind str filenameforall flush restore
  296. } if 
  297. (*) = flush
  298. sv end restore
  299. "
  300. *End
  301.  
  302. *% Printer Messages (verbatim from printer):
  303. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  304. *Message: "%%[ Flushing until EOF seen ]%%"
  305. *Message: "%%[WARNING: Font \FontName\ not found, substituting Courier.]%%"
  306. *Message: "%%[ Initializing... ]%%"
  307.  
  308. *% Status (format: %%[ status: <one of these> ]%% )
  309. *Status: "idle"
  310. *Status: "busy"
  311. *Status: "waiting"
  312. *Status: "printing"
  313. *Status: "warming up"
  314. *Status: "Initializing"
  315. *Status: "printing startup page"
  316. *Status: "printing test page"
  317. *Status: "PrinterError: no paper tray"
  318. *Status: "PrinterError: service call"
  319. *Status: "PrinterError: no toner cartridge"
  320. *Status: "PrinterError: cover open"
  321. *Status: "PrinterError: paper entry misfeed"
  322. *Status: "PrinterError: manual feed"
  323. *Status: "PrinterError: out of paper"
  324.  
  325. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  326. *Source: "serial25"
  327. *Source: "appletalk"
  328. *Source: "Centronics"
  329.  
  330. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  331. *PrinterError: "no paper tray"
  332. *PrinterError: "service call"
  333. *PrinterError: "no toner cartridge"
  334. *PrinterError: "cover open"
  335. *PrinterError: "paper entry misfeed"
  336. *PrinterError: "manual feed"
  337. *PrinterError: "out of paper"
  338.  
  339. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  340.  
  341. *% Color Separation Information =====================
  342.  
  343. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  344.  
  345. *InkName: ProcessBlack/Process Black
  346. *InkName: CustomColor/Custom Color
  347. *InkName: ProcessCyan/Process Cyan
  348. *InkName: ProcessMagenta/Process Magenta
  349. *InkName: ProcessYellow/Process Yellow
  350.  
  351. *%  For 60 lpi / 300 dpi  ===============================
  352.  
  353. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  354. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  355. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  356. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  357. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  358.  
  359. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  361. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  362. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364.  
  365. *%  For 53 lpi / 300 dpi  ===============================
  366.  
  367. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  368. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  369. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  370. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  371. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  372.  
  373. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  374. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  375. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  376. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  377. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  378.  
  379. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  380.  
  381. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  382. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  383. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  384. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  385. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  386.  
  387. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  388. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  389. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  390. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  391. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  392.  
  393. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  394. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  395. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  396. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  397. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  398. "
  399. *End
  400.  
  401. *%  For 71 lpi / 600 dpi  ===============================
  402.  
  403. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  404. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  405. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  406. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  407. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  408.  
  409. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  410. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  411. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  412. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  413. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  414.  
  415. *% end of PPD file for QMS 420
  416.